home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
Tetris
/
Source
/
NextMatrix.h
< prev
next >
Wrap
Text File
|
1975-04-26
|
348b
|
24 lines
#import "Minimatrix.h"
#import "Piece.h"
@interface NextMatrix:Minimatrix
{
id thePiece;
id showNextSwitch;
BOOL pieceVisible;
BOOL showNext;
}
- initFrame:(const NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- start:sender;
- (struct pieceInfo *)pieceInfo;
- end:sender;
- showNext:sender;
- free;
@end